@charset 'utf-8';

/*悬浮侧栏*/

.query-tag {
	position: fixed;
	z-index: 9999;
	right: 1px;
	bottom: 1px;
	margin-bottom: 90px;
}

.query-tag a.tel {
	background: url(../images/query-tag.png) no-repeat 0 0;
}

.query-tag a {
	font-size: 13px;
	line-height: 115px;
	display: block;
	width: 65px;
	height: 72px;
	margin-top: 1px;
	text-align: center;
	color: #fff;
}

.query-tag a.tel {
	background: url(../images/query-tag.png) no-repeat 0 0;
}

.query-tag a.net {
	background: url(../images/query-tag.png) no-repeat 0 -72px;
}

#bizQQ_WPA2,
#bizQQ_WPA {
	cursor: pointer;
}

.query-tag img {
	max-width: 100%;
	height: auto;
}


/*对话框*/

.query-pop {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 20000;
	width: 400px;
	height: 270px;
	padding-top: 15px;
	margin-left: -200px;
	margin-top: -135px;
	background: #fff;
	display: none;
}

.query-pop .tel,
.query-pop .net {
	padding: 0 40px;
	margin: 30px 0;
}

.query-pop .tel {
	overflow: hidden;
}

.query-pop .tip {
	padding-bottom: 5px;
}

.query-pop .tel .input-wrap {
	width: 188px;
	height: 39px;
	border-bottom: 1px solid #333;
	margin-right: 10px;
}

.query-pop .tel .input-wrap input {
	border: 0;
	height: 39px;
	line-height: 39px;
	padding: 0;
	font-size: 20px;
}

.query-pop .tel .btn-wrap {
	width: 120px;
}

.query-pop .tel .input-wrap,
.query-pop .tel .btn-wrap {
	float: left;
}

.query-pop .btn-wrap a {
	background: #666;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 38px;
	text-align: center;
}

.query-pop .btn-wrap .btn-qqstart {
	margin-top: 12px;
}

.query-pop .close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	text-decoration: underline;
	color: #999;
	font-size: 12px;
	width: 25px;
	height: 25px;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/pop-closebtn.png) no-repeat center center;
}

.query-pop textarea,
input {
	font: 14px/24px "Microsoft Yahei", Arial, sans-serif;
	color: #666;
}


/*遮罩*/

.query-cover {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	display: none;
}


/*60秒弹出层*/

.serv_dialog {
	z-index: 99999;
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	width: 490px;
	margin: -130px 0 0 -245px;
	background: url(../images/bg1.jpg) center center;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .4);
}

.serv_dialog .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(../images/close.png) center center no-repeat;
}

.serv_dialog .inner {
	padding: 40px;
}

.serv_dialog .h3 {
	font-size: 56px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}

.serv_dialog .btns {
	margin-top: 30px;
	text-align: center;
}

.serv_dialog .btns a {
	font-size: 26px;
	line-height: 45px;
	display: inline-block;
	width: 180px;
	height: 45px;
	margin: 0 7px;
	text-decoration: none;
	color: #3a467e;
	border: 2px solid #fff;
	background: #fff;
}

.serv_dialog .btns a.a1 {
	color: #fff;
	background: none;
}